home *** CD-ROM | disk | FTP | other *** search
/ USGS: Database for the G…f Kilauea Volcano, Hawaii / USGS Database for the Geologic Map of the Summit Region of Kilauea Volcano, Hawaii.iso / styles / custom.css < prev   
Cascading Style Sheet File  |  2007-03-16  |  2KB  |  36 lines

  1. /* ================INSTRUCTIONS=================*/ 
  2. /* By changing the classes below, you can add your own custom banner image and/or custom site title bar. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common CSS file and custom CSS file in that order.
  3.  
  4. Instructions are provided below for customizing these classes.
  5.  
  6. /* ================BANNER=======================*/  
  7. /* TO DISPLAY A CUSTOM BANNER IMAGE: 
  8. If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.
  9.  
  10. TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
  11. If you would rather display a color instead of a banner image, change the "background: url" to point to "" and set the "background-color" to whatever color you wish to display.
  12. NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black").
  13. .banner {
  14.     background: url(../images/hawaiibanner.jpg) no-repeat 178px 0px;
  15. DIV.bannerColorBand, DIV.banner { 
  16.         background-color: #000000; align="right" 
  17. }  */ 
  18. /* ================SITE TITLE===================*/ 
  19. /* TO DISPLAY A CUSTOM SITE TITLE BAR: 
  20. The .siteTitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
  21. NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). 006633*/ 
  22.  
  23. Div.siteTitle, #pTitle { 
  24.      background-color: #006; 
  25. /* =============STANDARD CONTENT===============*/ 
  26. /* TO CHANGE THE TEXT SIZE OF THE CONTENT:
  27. By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;".
  28. body {
  29.     font-size: 100%;
  30. }
  31. th, td {
  32.     font-size: 100%;
  33. } */
  34.